-
Notifications
You must be signed in to change notification settings - Fork 189
Conversation
Should help to test #608 |
On Python 3.11...
https://docs.python.org/3.11/whatsnew/3.11.html
|
@serhiy-storchaka Your thoughts, please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this co-dependant with #608 ? One of you should probably cherry-pick the change from the other one right ?
Is the full traceback available? This can help identify the regular expression that needs to be corrected. |
Docs are automatically generated per pull request using RTD Oauth app. We don't need to regenerate them in github actions. This also removes the dependency on python 3.11 from docs generation.
The failure was happening in Sphinx. Since we have enabled read the docs PR apps, the doc generation in github actions is no longer needed. A larger term fix would involve updating the Sphinx version (from 1.6.x to 6.0) |
Will merge in python 3.11 checks first and then the tomli changes can be merged to test them appropriately.
Thanks for submitting a PR!
Please make sure to check for the following items:
If you've added an error code or changed an error code behavior,
you should probably add or change a test case file under
tests/test_cases/
and addit to the list under
tests/test_definitions.py
.If you've added or changed a command line option,
you should probably add or change a test in
tests/test_integration.py
.Make sure to include the PR number after you open and get one.
Please don't get discouraged as it may take a while to get a review.